Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_lower
ctype_lower
Check lowercase characters
Name:
ctype_lower
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check lowercase characters
Related
How to Determine If a Username Contains Only Lowercase Letters Using the ctype_lower Function?
4
Similar Functions
ctype_print
ctype_print
Checkprintablecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_space
ctype_space
Checkspacecharacters
ctype_punct
ctype_punct
Checkforprintablecha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
Popular Articles
How to Determine If a Username Contains Only Lowercase Letters Using the ctype_lower Function?